std.file

Undocumented in source.

Members

Functions

GetCurrentDirectoryA
DWORD GetCurrentDirectoryA(DWORD , LPSTR )
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
exists
bool exists(string file)
Undocumented in source. Be warned that the author may not have intended to support it.
getcwd
string getcwd()
Undocumented in source. Be warned that the author may not have intended to support it.
isDir
bool isDir(string path)
Undocumented in source. Be warned that the author may not have intended to support it.
read
ubyte[] read(string file)
Undocumented in source. Be warned that the author may not have intended to support it.
remove
void remove(string filename)
Undocumented in source. Be warned that the author may not have intended to support it.
write
void write(string path, ubyte[] buffer)
Undocumented in source. Be warned that the author may not have intended to support it.
write
void write(string path, void[] buffer)
Undocumented in source. Be warned that the author may not have intended to support it.
write
void write(string path, string buffer)
Undocumented in source. Be warned that the author may not have intended to support it.

Meta